home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / disk / vf512.zip / VF.CFG < prev    next >
Text File  |  1996-09-29  |  4KB  |  177 lines

  1. ;
  2. ; For *MORE* options see VF.DOC or On-line help of VF -- F1 key
  3. ;
  4. ; For "yes/positive" answers you can use "1", "YES", "ON", "TRUE"
  5. ; and for "no/negative" answer "0", "NO", "OFF", "FALSE"
  6. ; AskExit=1, AskExit=YES, AskExit=ON, AskExit=TRUE are all the same
  7. ; AskExit=0, AskExit=NO, AskExit=OFF, AskExit=FALSE are also the same
  8. ;
  9. ;
  10. ; ===========================================================================
  11. [MAIN]
  12. ; Browsing via 4DOS' LIST comand or external LIST.com/exe
  13. Browser=@CS /c list @FN
  14. ; or
  15. ; Browser=c:\uti\list.exe @FN
  16. ;
  17. ; To use the internal viewer just leave the "Browser=" option blank.
  18. ; i.e. you shoudn't define it here. Read VF.DOC for some more info.
  19.  
  20. ; Uses standard dos' EDIT command
  21. ; Editor=@CS /c edit @FN
  22. ;
  23. ; Uses QEdit w/o command.com/4dos.com etc...
  24. ; Editor=c:\uti\q.exe @FN
  25.  
  26.  
  27. ; Next options allows Editing of any file regardless filetype
  28. ;NotEditExt=.
  29. ; You don't have to edit EXE's, COM's...
  30. NotEditExt=.exe.com.bin.
  31.  
  32. ; Description file for BBS's -- full file list incl. files w/o description
  33. BBSFileName=FILES.BBS
  34.  
  35.  
  36. ;FListName=c:\$#vffl#$.tmp
  37.  
  38.  
  39. ; NOTE: Description file name is NOT BBS file. It does not contain
  40. ; files without descriptions. See "BBSFileName".
  41. ;DesFileName=DESCRIPT.ION
  42.  
  43.  
  44. ; file for BBS descriptions
  45. ; it IS identical to DesFile
  46. ; but is NOT hidden and
  47. ; HideDesFile doesn't affect
  48. ; it! Also BBSFile DO contains
  49. ; AND files without
  50. ; descriptions!
  51. ; BBSFileName can be used ONLY
  52. ; in 4DOS mode.
  53. ;BBSFileName=filename=FILES.BBS
  54.  
  55.  
  56. ; Hide or not the description file
  57. HideDesFile=Yes
  58.  
  59.  
  60. ;SwapDir=c:\tmp
  61.  
  62.  
  63.  
  64. ; Filetypes for purge, normally: BAK, TMP, SWP
  65. PurgeEXT=.bak.tmp.swp.
  66.  
  67.  
  68. ; Use "No" if you have problems with screen draws (CGA too)
  69. DirectVideo=1
  70.  
  71.  
  72. ; CGA only
  73. ;CheckSnow=0/1
  74.  
  75.  
  76. ; When turned ON, ALL dirs sizes will
  77. ; be calculated all the time! It is
  78. ; too slow for normal work, BUT it is
  79. ; also VERY usefull in some cases!
  80. ; (see part 3 -- "xx. Others" in VF.DOC)
  81. DirsSizes=0
  82.  
  83.  
  84. ; if ON then slash ("\") will be added
  85. ; to the path when TabCycling.
  86. DirSlash=1
  87.  
  88.  
  89. ; kind of temporary dir, it also contains the directory tree lists
  90. ; it defaults to VF.EXE's directory
  91. ; WorkDir=c:\tmp
  92.  
  93.  
  94.  
  95. ; ===========================================================================
  96. [USER]
  97. ;
  98. ; WARNING: Please note that you MUST write all macroses in CAPITALS!
  99. ;          "@fn" is not allowed for example!
  100.  
  101.  
  102. ; First command shows any GIF/BMP/PCX file via SVGA.EXE
  103. PICS VIEW,ins,.gif.bmp.pcx.,svga @FN /s /a
  104.  
  105.  
  106. ; Following line shows contents of an archive
  107. ; fsx.btm is supplied in VF package
  108. Show Arc,ins,.arj.uc2.zip.ha.ain.lim.,fsx.btm l @FN
  109.  
  110.  
  111. ; Next two lines are described in TRICKS section of VF.DOC
  112. ;UC MOVE,^F8,.uc2.,uc.exe am @FN @@FL @RF
  113. ;ARJ MOVE,^F8,.arj.,arj.exe m @FN !@FL @RF
  114.  
  115.  
  116. ; Next line searches currently pointed filename in
  117. ; file "c:\filelist" and shows it to screen if found.
  118. ; TSort is Cade's tool for sorting and filtering text files
  119. ; It is distributed as TSortXXX.arj (XXX is ver.No)
  120. SEEK FN,@F5,,tsort.exe /i="@FN" c:\filelist.txt con > nul @KEY @CLS
  121.  
  122.  
  123. ; If you have UltraCompressor II Pack by AIP-NL you can split
  124. ; pointed file (UC2 archive) in pieces of xx KB by pressing F4:
  125. SPLIT FILE,F4,,c:\uc2\sas.exe s @FN @UI"Piece size in KB: " @RF
  126. ; to build back the file point any piece of it and press Alt-F4:
  127. BUILD FILE,@F4,,sas.exe b @FJ @RF
  128. ; or
  129. ; BUILD FILE,@F4,,sas.exe b @FJ.@UI"Ext?: " @RF
  130. ; to force VF ask you for ext.
  131.  
  132.  
  133. ; Dos shell is available and by pressing "Shift+/" i.e. "?"
  134. ; "/" is command line.
  135. ;DOS SHELL,,F9,@CS
  136. ;
  137. EXEC,ins,.com.exe.,@FN
  138. EXEC,ins,.bat.btm.,@CS /c @FN
  139.  
  140. ; Launch external WAD file for doom or doom2
  141. ;RUN WAD FILE,ins,.wad.,doom -file @FN
  142. RUN WAD FILE,ins,.wad.,doom2 -file @FN
  143.  
  144. ; ===========================================================================
  145. [CHDIR]
  146. ; When press Alt-1 dir will be changed to "c:\"
  147. 1=c:\
  148.  
  149. ; ... to "i:\"
  150. 2=i:\
  151.  
  152. ; ... to "c:\dos"
  153. 3=c:\dos
  154.  
  155.  
  156.  
  157. ; ===========================================================================
  158. [COLORS]
  159. ; All exe/com/bat/btm files will be shown in green
  160. GREEN=.exe.com.bat.btm.
  161.  
  162. ; bak/tmp/swp's in red
  163. RED=.bak.tmp.swp.
  164.  
  165. ; all archives in yellow
  166. YELLOW=.uc2.arj.zip.lim.rar.ain.
  167.  
  168. ; Dirs in Cyan
  169. DirColor=Cyan
  170.  
  171. ; Change TagColor to red (default is WHITE)
  172. ; TagColor=Red
  173.  
  174. ; if you loose the color upon exit, set ExitColor as shown:
  175. ExitColor=7
  176.  
  177.